home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / pcmcia / wireless.opts < prev   
Text File  |  2005-10-18  |  6KB  |  177 lines

  1. # Wireless LAN adapter configuration
  2. #
  3. # Theory of operation : 
  4. #
  5. # The script attempts to match a block of settings to the specific wireless
  6. # card inserted, the *first* block matching the card is used.
  7.  # The address format is "scheme,socket,instance,hwaddr", with * as a wildcard.
  8. # 'scheme' is the pcmcia scheme (set via 'cardctl scheme XXX').
  9. # 'hwaddr' is the unique MAC address identifier of the wireless card.
  10. # The MAC address is usually printed on the card, or can be found via ifconfig.
  11. # Some examples here use only half of the MAC address with a wildcard to
  12. # match a whole family of cards...
  13. #
  14. # All the Wireless specific configuration is done through the Wireless
  15. # Extensions, so we will just call 'iwconfig' with the right parameters
  16. # defined below.
  17. # Of course, you need to have iwconfig installled on your system.
  18. # To download iwconfig, or for more info on Wireless Extensions :
  19. #    http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
  20. #
  21. # Note : you don't need to fill all parameters, leave them blank, in most
  22. # cases the driver will initialise itself with sane defaults values or
  23. # automatically figure out the value... And no drivers do support all
  24. # possible settings...
  25. #
  26. # If you make any mistakes, you'll get a cryptic message in the system
  27. # log.  You'll need to figure out on your own which parameter was wrong:
  28. #     cardmgr[310]: executing: './network start wvlan0'
  29. #     cardmgr[310]: + SIOCSIWMODE: Invalid argument
  30. # I've tried to give more troubleshooting help at :
  31. #    http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html#debug
  32. # In case of doubts, just check "/etc/pcmcia/wireless" for the gory details...
  33. #
  34. # Note also that this script will work only with the original Pcmcia scripts,
  35. # and not with the default Red Hat scripts. Send a bug report to Red Hat ;-)
  36. #
  37. # Finally, send comments and flames to me, Jean Tourrilhes <jt@hpl.hp.com>
  38. #
  39.  
  40. case "$ADDRESS" in
  41.  
  42. # NOTE : Remove the following four lines to activate the samples below ...
  43. # --------- START SECTION TO REMOVE -----------
  44. *,*,*,*)
  45.     ;;
  46. # ---------- END SECTION TO REMOVE ------------
  47.  
  48. # Here is an example of scheme matching
  49. # Activate with "cardctl scheme essidany"
  50.  
  51. # Pick up any Access Point, should work on most 802.11 cards
  52. essidany,*,*,*)
  53.     INFO="Any ESSID"
  54.     ESSID="any"
  55.     ;;
  56.  
  57. # Here are a few examples with a few Wireless LANs supported...
  58. # The matching is done on the first 3 bytes of the MAC address
  59.  
  60. # Lucent Wavelan IEEE (+ Orinoco, RoamAbout and ELSA)
  61. # Note : wvlan_cs driver only, and version 1.0.4+ for encryption support
  62. *,*,*,00:60:1D:*|*,*,*,00:02:2D:*)
  63.     INFO="Wavelan IEEE example (Lucent default settings)"
  64.     ESSID="Wavelan Network"
  65.     MODE="Managed"
  66. #    RATE="auto"
  67.     KEY="s:secu1"
  68. # To set all four keys, use :
  69. #   KEY="s:secu1 [1] key s:secu2 [2] key s:secu3 [3] key s:secu4 [4] key [1]"
  70. # For the RG 1000 Residential Gateway: The ESSID is the identifier on
  71. # the unit, and the default key is the last 5 digits of the same.
  72. #   ESSID="084d70"
  73. #   KEY="s:84d70"
  74.     ;;
  75.  
  76. # Cisco/Aironet 4800/340
  77. # Note : MPL driver only (airo/airo_cs), version 1.3 or later
  78. *,*,*,00:40:96:*)
  79.     INFO="Cisco/Aironet example (Cisco default settings)"
  80.     ESSID="any"
  81. # To set all four ESSID, use iwconfig v21 and the same trick as above
  82.     MODE="Managed"
  83. #    RATE="11M auto"
  84. #    KEY="off"
  85.     ;;
  86.  
  87. # Samsung MagicLan (+ some other PrismII cards)
  88. # Note : Samsung binary library driver, version 1.20 or later
  89. *,*,*,00:00:F0:*|*,*,*,00:02:78:*)
  90.     INFO="Samsung MagicLan example (Samsung default settings)"
  91.     ESSID="any"
  92.     MODE="Managed"
  93.     CHANNEL="4"
  94.     RATE="auto"
  95. #    KEY="883e-aa67-21 [1] key 5501-d0da-87 [2] key 91f5-3368-6b [3] key 2d73-31b7-96 [4]"
  96. #    IWCONFIG="power on"
  97.     ;;
  98.  
  99. # Raytheon Raylink/WebGear Aviator2.4
  100. # Note : doesn't work yet, please use for debugging only :-(
  101. *,*,*,00:00:8F:*|*,*,*,00:00:F1:*)
  102.     INFO="Raylink/Aviator2.4 example (Aviator default ad-hoc setting)"
  103.     ESSID="ADHOC_ESSID"
  104.     MODE="Ad-Hoc"
  105.     RATE="auto"
  106.     IWPRIV="set_framing 1"
  107.     ;;
  108.  
  109. # Old Lucent Wavelan
  110. *,*,*,08:00:0E:*)
  111.     INFO="Wavelan example (Lucent default settings)"
  112.     NWID="0100"
  113.     MODE="Ad-Hoc"
  114.     FREQ="2.425G"
  115.     KEY="off"
  116.     ;;
  117.  
  118. # Netwave (Xircom Netwave/Netwave Airsurfer)
  119. *,*,*,00:80:C7:*)
  120.     INFO="Netwave example (Netwave default settings)"
  121.     NWID="100"
  122.     KEY="00"
  123.     ;;
  124.  
  125. # Proxim RangeLan2/Symphony (what is the MAC address ???)
  126. *,*,*,XX:XX:XX:*)
  127.     INFO="Proxim RangeLan2/Symphony example"
  128.     NWID="0"
  129.     MODE="Master"
  130.     CHANNEL="15"
  131.     IWPRIV="setsubchan 1"
  132.     ;;
  133.  
  134. # No Wires Needed Swallow 550 and 1100 setting (what is the MAC address ???)
  135. *,*,*,XX:XX:XX:*)
  136.     INFO="NWN Swallow example"
  137.     ESSID="session"
  138.     KEY="0000-0000-00 open"
  139.     ;;
  140.  
  141. # Symbol Spectrum24 setting (what is the MAC address ???)
  142. *,*,*,XX:XX:XX:*)
  143.     INFO="Symbol Spectrum24 example"
  144.     ESSID="Essid string"
  145.     ;;
  146.  
  147. # Generic example (decribe all possible settings)
  148. *,*,*,*)
  149.     INFO="Fill with your own settings..."
  150.     # ESSID (extended network name) : My Network, any
  151.     ESSID=""
  152.     # NWID/Domain (cell identifier) : 89AB, 100, off
  153.     NWID=""
  154.     # Operation mode : Ad-Hoc, Managed, Master, Repeater, Secondary, auto
  155.     MODE=""
  156.     # Frequency or channel : 1, 2, 3 (channel) ; 2.422G, 2.46G (frequency)
  157.     FREQ=""
  158.     CHANNEL=""
  159.     # Sensitivity (cell size + roaming speed) : 1, 2, 3 ; -70 (dBm)
  160.     SENS=""
  161.     # Bit rate : auto, 1M, 11M
  162.     RATE=""
  163.     # Encryption key : 4567-89AB-CD, s:password
  164.     KEY=""
  165.     # RTS threshold : off, 500
  166.     RTS=""
  167.     # Fragmentation threshold : off, 1000
  168.     FRAG=""
  169.     # Other iwconfig parameters : power off, ap 01:23:45:67:89:AB
  170.     IWCONFIG=""
  171.     # iwspy parameters : + 01:23:45:67:89:AB
  172.     IWSPY=""
  173.     # iwpriv parameters : set_port 2, set_histo 50 60
  174.     IWPRIV=""
  175.     ;;
  176. esac
  177.